net/http.Transport.connsPerHostWait (field)
8 uses
net/http (current package)
transport.go#L112: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1614: if t.connsPerHostWait == nil {
transport.go#L1615: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1617: q := t.connsPerHostWait[w.key]
transport.go#L1620: t.connsPerHostWait[w.key] = q
transport.go#L1681: if q := t.connsPerHostWait[key]; q.len() > 0 {
transport.go#L1692: delete(t.connsPerHostWait, key)
transport.go#L1696: t.connsPerHostWait[key] = q
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |